Remove vcpu_avail from the public S-Expression that's passed over the wire.
authoranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Wed, 29 Mar 2006 13:50:57 +0000 (14:50 +0100)
committeranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Wed, 29 Mar 2006 13:50:57 +0000 (14:50 +0100)
commitbf952827326514e26b6a5b3b5209c1e64076db97
tree6cdf445570e298d66a08da0fbcbd6dbca6a2ccdd
parentfd24f14fe4867cd41ddc00fe41ed3f5a01326c01
Remove vcpu_avail from the public S-Expression that's passed over the wire.
This trips up the XML-RPC layer on large SMP systems and isn't actually used
by xm.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/xend/server/XMLRPCServer.py